UpdateQuantity

@Serializable
class UpdateQuantity(val name: String, val quantity: Int)

Class that contains the information necessary to update an ingredient quantity in the warehouse

Parameters

name

of the ingredient

quantity

of the ingredient

Constructors

Link copied to clipboard
constructor(name: String, quantity: Int)

Properties

Link copied to clipboard
Link copied to clipboard